Lender Price API
Locking a Loan with LOS / 5. Export Pricing / 5.4 Update Loan
In This Topic
    5.4 Update Loan
    In This Topic

    After you have obtained your price quote, update your loan with the pricing information.

    Path

    /rest/v1/integration/ellie/loan/updateloan/{priceQuoteId}/parsetype/pricing

    Path Parameters

    {priceQuoteId} is the priceQuoteID from the 5.2 Get Pricing Result Comparison step.

    Headers

    secret

    {{token}}

    Token

    companyid

    {{companyId}}

    Company Id

    Body

    {
        name: string;
        note: String = "",
        person?: ContactPerson?
        associatedUserId?: string;
        search?: Search;
        lineResult?: LineResult
    }
    

    The person field is the primary borrower on the loan. It is not mandatory.

    The UserId is the loan officer id you want to assign. It left empty, it will be the current user id of the caller.

    The search field is "search."

    lineResult is the selected lineResult from the from the Get Pricing Result Comparison step.

    Response

    There is no response body.